ia.Event Class
An ia.Event
object.
Constructor
ia.Event
(
-
eventType
-
obj
Parameters:
-
eventType
ObjectThe event type.
-
obj
ObjectThe object associated with the event.
Item Index
Properties
- CLEAR_SELECTION static
- eventType
- LAYER_READY static
- LAYER_VISIBLE_CHANGED static
- MAP_READY static
- MAP_RESIZE static
- obj
- THEMATIC_CHANGED static
- THEME_CHANGED static
Properties
CLEAR_SELECTION
String
final
static
Indicates that the user clicked the mouse button over a canvas but not over an item.
Default: "clearSelection"
eventType
String
The type of event.
LAYER_READY
String
final
static
Indicates that the layer is ready to be rendered.
Default: "layerReady"
LAYER_VISIBLE_CHANGED
String
final
static
Indicates that the layer changed.
Default: "layerVisibleChanged"
MAP_READY
String
final
static
Indicates that the map is ready to be rendered.
Default: "mapReady"
MAP_RESIZE
String
final
static
Indicates that the map has resized.
Default: "mapResize"
obj
Object
The object associated with the event.
THEMATIC_CHANGED
String
final
static
Dispatched by a data group when its thematic changes.
Default: "thematicChanged"
THEME_CHANGED
String
final
static
Dispatched by a theme when it has changed.
Default: "themeChanged"